home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / demos / fec / fec.ex2 < prev    next >
Text File  |  1999-09-16  |  480b  |  22 lines

  1. // A small example of MESH Creation 
  2. // and visualisation of a linear on triangles function 
  3. getf('SCI/demos/fec/macros.sci')
  4. // An more complex example from NSCK2E  (Inria)
  5. // With a Mesh of amdba type 
  6. path='SCI/demos/fec/';
  7. amdbaR(path+'MESH')
  8. meshvisu()
  9. halt()
  10. xbasc()
  11. xset("use color",1)
  12. emc2C(1,6,path+'MESH.VAL')
  13. halt()
  14. xbasc()
  15. xset("use color",1)
  16. emc2C(1,6,path+'MESH.VAL',[-2,-2,2,2])
  17. halt()
  18. xbasc()
  19. //emc2V(2,3,6,20,path+'MESH.VAL',[-0.5,-0.5,2,0.5])
  20. //halt()
  21. //xbasc()
  22.